DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection<T> Class / ReplaceAsyncOverride Method

In This Topic
    ReplaceAsyncOverride Method (C1AdoNetCursorDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function ReplaceAsyncOverride( _
       ByVal index As Integer, _
       ByVal item As T, _
       ByVal cancellationToken As CancellationToken _
    ) As Task(Of Integer)
    protected override Task<int> ReplaceAsyncOverride( 
       int index,
       T item,
       CancellationToken cancellationToken
    )

    Parameters

    index
    item
    cancellationToken
    See Also